-- background: 7909 from stack: in -- bmap block id: 4083 -- flags: 0000 -- background id: 0 -- name: Setting Up Scanner ----- HyperTalk script ----- on openStack hide message box hide menuBar end openStack on openCard hide menuBar end openCard -- part 10 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=119 top=317 right=338 bottom=222 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: How It Works ----- HyperTalk script ----- on mouseUp visual effect zoom open go to card id 7270 of stack "Scanner Tech - Works" end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: C004 -- rect: left=263 top=317 right=338 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Scan. Concepts ----- HyperTalk script ----- on mouseUp push card visual effect zoom open to card set hilite of background button "Scan. Concepts" to true go to card id 7270 end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=7 top=317 right=338 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: The System ----- HyperTalk script ----- on mouseUp push card visual effect zoom open go to card id 7270 of stack "Scanner Tech - System" set hilite of background button "The System" to true end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=228 top=317 right=337 bottom=255 -- title width / last selected line: 0 -- icon id / first selected line: 21700 / 21700 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp visual dissolve slow to card go to card id 7270 of stack "Technology Home Card" end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=404 top=281 right=302 bottom=429 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev Card ----- HyperTalk script ----- on mouseUp visual wipe left slow to card go to previous card end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=404 top=281 right=302 bottom=429 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev Card ----- HyperTalk script ----- on mouseUp visual wipe left slow to card go to previous card end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=369 top=280 right=303 bottom=397 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Pop Card ----- HyperTalk script ----- on mouseUp visual dissolve slow to card go to card id 7270 end mouseUp -- part 28 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=440 top=281 right=302 bottom=465 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next Card ----- HyperTalk script ----- on mouseUp visual wipe right slow to card go to next card end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=402 top=3 right=42 bottom=438 -- title width / last selected line: 0 -- icon id / first selected line: 1008 / 1008 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp doMenu "Print Card" end mouseUp -- part 30 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=451 top=3 right=42 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 1004 / 1004 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp play harpsichord a4 global search answer "Type of Search?" with "Browse" or "Automatic" or "Cancel" if it is "Browse" then visual wipe up slowly go to card "Glossary" of stack "Glossary" end if if it is "Automatic" then ask "Find Word?" put it into search if search is empty then exit mouseUp else visual wipe up slowly put "find search" into message box hide message go to card "Glossary" of stack "Glossary" find word search in field "Text" if the result is "not found" then answer "Word not found." with "OK" exit mouseUp else show card field id 13 wait 4 seconds hide card field id 13 end if end if end if end mouseUp -- part 32 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=376 top=317 right=338 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: File Formats ----- HyperTalk script ----- on mouseUp visual effect zoom open go to card id 7270 of stack "Scanner Tech - File Formats" set hilite of background button "File Formats" to true end mouseUp